(ange-ftp-try-passive-mode): Doc fix.
authorThien-Thi Nguyen <ttn@gnuvola.org>
Fri, 9 Mar 2007 09:14:19 +0000 (09:14 +0000)
committerThien-Thi Nguyen <ttn@gnuvola.org>
Fri, 9 Mar 2007 09:14:19 +0000 (09:14 +0000)
lisp/net/ange-ftp.el

index 08efbb1e107f61243860393c55f7ab6f6a7d25b4..ec76279c642d812bef30a6b069c17ead4df1f7d4 100644 (file)
@@ -1005,7 +1005,7 @@ Don't use any other value."
                 (const :tag "Allow" 1)))
 
 (defcustom ange-ftp-try-passive-mode nil
-  "It t, try to use passive mode in ftp, if the client program supports it."
+  "If t, try to use passive mode in ftp, if the client program supports it."
   :group 'ange-ftp
   :type 'boolean
   :version "21.1")